Welcome![Sign In][Sign Up]
Location:
Search - Compiler program

Search list

[WEB CodePL-0语言编译程序分析

Description: PL-0语言编译程序分析-PL-0 compiler program analysis
Platform: | Size: 42779 | Author: 任再旺 | Hits:

[ELanguageSC 22

Description: The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
Platform: | Size: 131072 | Author: 张先生 | Hits:

[DSP programDSP_Filter1

Description: 一个滤波器和一个音效处理程序 TI 的CCS 编译器编程。-a filter and an audio processing TI's CCS compiler program.
Platform: | Size: 168960 | Author: | Hits:

[TreeViewverticaltree

Description: While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those days. The original component was written in Java and I thought it might be useful to have it as a CTreeCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject, this one does not has its own data structure for representing the tree. This means that you do not have to write different code for inserting the tree items when you want to switch from CTreeCtrl. Because this control inherits from CTreeCtrl, it is very easy to activate the stock-functionality which draws the tree in the traditional way.-While studying an electronic engineering d computer science. I participated in a workshop where we compiler h ad to write our own programming language. To vie w and analyze the syntax tree for a given program , I wrote a custom drawn tree component those da ys. The original component was written in Java an d I thought it might be useful to have it as a CTre eCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject. this one does not has its own data structure for r epresenting the tree. This means that you do not have to write different code for inserting the t ree items when you want to switch from CTreeCtrl . Because this control inherits from CTreeCtrl , it is very easy to activate the stock-functio nality which draws the tree in the traditional w ay.
Platform: | Size: 18432 | Author: gaowen | Hits:

[ELanguageCompiler

Description: (1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示: (单词种别,单词自身的值) 对表识符,采用下列的二元组表示: (表识符,指向标识符表项的指针) 单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。 (2) 测试用例: 应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。 -(1) This analysis program will be designed as an independent source to scan the structure again. Lexical Analysis of the output of the dual use of the following group, said: (the word of other species, the value of their own words) on the table knowledge Fu, using the following binary group, said: (Table numeracy Fu, point identifier table entry pointer) word other species suggested an integer value of a keyword, an operator the form of an integer value, each integer value is not repeated, the design should be considered a good encoding program (with grammar analysis of coherence). (2) test case: It should be the establishment of at least two test cases: a lexical correct PL/0 source and the upper part of the correct morphology of the source.
Platform: | Size: 2048 | Author: dong | Hits:

[ELanguagesmallc

Description: Small C 编译器的源代码 学习好的源码。 -Small C compiler source code to learn a good source.
Platform: | Size: 279552 | Author: gaolu | Hits:

[JSP/JavaCompiler

Description: java词法分析程序,不是太完美,希望大家下载并指正-java lexical analysis program, not perfect, I hope you download and correction
Platform: | Size: 7168 | Author: 阿牛 | Hits:

[ELanguageCompiler

Description: 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→< <等于>→= <大于>→> <冒号> →: <斜竖> →/ 识别语言的保留字 :begin end if then else for do while and or not-Compiler class to do a small procedure, analytical methods were used to achieve four (LL1, operator priority, recursive descent, a simple lexical analysis) to complete the grammar is described in a subset of the Pascal language word lexical analysis program symbols. < Identifier> → letters ︱ < identifier> letters ︱ < identifier> figures < unsigned integer> → Digital ︱ < unsigned integer> figures < single character boundaries Fu> →+ ︱- ︱ ︱* ︱ (︱) < two-character boundaries Fu> → < greater than> = ︱ < less than> = ︱ < less than> > ︱ < colon> = ︱ < oblique vertical> * < less than> → < < equal> → = < greater than> →> < colon> →: < oblique vertical> →/recognition of language reserved word: begin end if then else for do while and or not
Platform: | Size: 483328 | Author: 丁丁 | Hits:

[ELanguagecompile

Description: 大3编译原理课程设计 绝对符合老师要求 报告代码一应俱全 很详细 很靠谱-3, compiler largest absolute principle of curriculum design in line with the teacher asked a very detailed report of the code is readily available靠谱
Platform: | Size: 772096 | Author: aaas | Hits:

[JSP/JavaCompiler

Description: java concatenation program
Platform: | Size: 168960 | Author: myarnav | Hits:

[source in ebookcompiler

Description: This is compiler program and it contain grammer and various fundamental things of compiler-This is compiler program and it contain grammer and various fundamental things of compiler...
Platform: | Size: 2048 | Author: sahil | Hits:

[OS programC.Compiler

Description: C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along the lines of emacs, code generation first use of PCode, but because the interpreter does not suffer from the hands of the preparation of a lack of time, so then prepared a 80x86 assembly code generation, have some breakthrough. Self that the whole program interface more friendly, and function (based on the requirements) are also thought to improve.
Platform: | Size: 906240 | Author: 白大勇 | Hits:

[ELanguageNFA_FA

Description: Compiler program about NFA
Platform: | Size: 2048 | Author: Pintu | Hits:

[ELanguageN-CLOSUR

Description: Compiler program about n-closure
Platform: | Size: 1024 | Author: Pintu | Hits:

[ELanguageFA

Description: A simple compiler program about FA
Platform: | Size: 1024 | Author: Pintu | Hits:

[Embeded-SCM Develop61IC_H119

Description: 基于stm32的ili9320触摸屏显示程序,经编译验证可用。-Based stm32 the ili9320 touch screen display program, the compiler validation is available.
Platform: | Size: 2071552 | Author: hzhih | Hits:

[ELanguagecompiler--prog

Description: a compiler program part
Platform: | Size: 6144 | Author: moc | Hits:

[ELanguageCompiler

Description: java编写的编译器程序,实现了基本功能,建议慎用。-java compiler program written to achieve the basic functionality, we recommend caution.
Platform: | Size: 2048 | Author: Tony | Hits:

[Algorithmloop

Description: 使用FORTRAN编写的一维环路流场和温度场计算程序,可计算可压缩流体和不可压缩流体。-Written in FORTRAN using the one-dimensional loop flow and temperature field calculation program calculates compressible fluid and incompressible fluid.
Platform: | Size: 13312 | Author: cestbin | Hits:

[JSP/JavaCompiler

Description: compiler program java compiler to make sumation and subtraction
Platform: | Size: 124928 | Author: dalia | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net